Hi,
I’ve notice a difference between the documentation available here and the results returned by the API for a real schedule.
The documentation states that schedule.schedule_layers[].users is an array of { ‘type’:‘user’ … }
The data return by my test on the api shows that scedule.schedlue_layers[].users is an array of { ‘user’: { ‘type’ : ‘user’ …}
This might be related to /forum/t/known-issue-creating-a-schedule-via-the-api/1180/1
for now I’ll continue my dev with the user : {} encapsulation but it would be great to have an official statement about whether this is a known issue or an exotic behavior.
Thanks